This plugin can read the values measured by
SpeedFan. You need to have
SpeedFan running for this plugin to work since it doesn't do any measuring
itself.
SpeedFanType
- TEMPERATURE - returns the temperature value.
- FAN - returns the fan speed.
- VOLTAGE - returns the voltage value.
SpeedFanNumber
This defines the index for the returned value.
The indexing starts from 0 so if you want to return e.g. the second
temperature value use SpeedFanNumber=1.
Examples
[MeasureSpeedFan]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=VOLTAGE
SpeedFanNumber=5